Class PK11DSAParams

java.lang.Object
java.security.spec.DSAParameterSpec
org.mozilla.jss.pkcs11.PK11DSAParams
All Implemented Interfaces:
DSAParams, AlgorithmParameterSpec

public class PK11DSAParams extends DSAParameterSpec implements AlgorithmParameterSpec
Common interface for DSA Parameter spec DSAParams and AlgorithmParameterSpec are not related making impossible to create a common getParams method for all private keys. This class can be used as DSAParams to make methods compatible. This was already fixed in Java 22.
See Also: